net/http.http2Transport.t1 (field)
18 uses
net/http (current package)
h2_bundle.go#L1109: if h2.t1 != nil {
h2_bundle.go#L1110: http2fillNetHTTPTransportConfig(&conf, h2.t1)
h2_bundle.go#L7461: t1 *Transport
h2_bundle.go#L7523: if t.t1 != nil && t.t1.MaxResponseHeaderBytes != 0 {
h2_bundle.go#L7524: n = t.t1.MaxResponseHeaderBytes
h2_bundle.go#L7539: return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
h2_bundle.go#L7562: t1: t1,
h2_bundle.go#L8087: return t.t1 != nil && t.t1.DisableKeepAlives
h2_bundle.go#L8091: if t.t1 == nil {
h2_bundle.go#L8094: return t.t1.ExpectContinueTimeout
h2_bundle.go#L8559: if cc.t.t1 != nil {
h2_bundle.go#L8560: return cc.t.t1.ResponseHeaderTimeout
h2_bundle.go#L9733: if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
h2_bundle.go#L10490: if t.t1 != nil {
h2_bundle.go#L10491: return t.t1.IdleConnTimeout
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)